MyDAC

TCustomMyConnection Properties

Properties of the TCustomMyConnection class.

For a complete list of the TCustomMyConnection class members, see the TCustomMyConnection Members topic.

Public

Name Description

ClientVersion

Contains the version of the MySQL Client library.

ConnectDialog (inherited from TCustomDAConnection)

Allows to link a TCustomConnectDialog component.

ConnectionTimeout

Used to specify the amount of time to attempt to establish a connection.

ConnectString (inherited from TCustomDAConnection)

Used to specify the connection information, such as: UserName, Password, Server, etc.

ConvertEOL (inherited from TCustomDAConnection)

Allows customizing line breaks in string fields and parameters.

Database

Used to specify a database name that is a default source of data for SQL queries once a connection is established.

InTransaction (inherited from TCustomDAConnection)

Indicates whether the transaction is active.

IsolationLevel

Used to specify extent to which all outside transactions interfere with subsequent transactions of current connection.

LastWarningCount

Used to get the number of warnings resulting from the execution of the most recent statement.

LoginPrompt (inherited from TCustomDAConnection)

Specifies whether a login dialog appears immediately before opening a new connection.

Options

Specifies the behaviour of the TMyConnectionOptions object.

Password (inherited from TCustomDAConnection)

Serves to supply a password for login.

Pooling (inherited from TCustomDAConnection)

Enables or disables using connection pool.

PoolingOptions (inherited from TCustomDAConnection)

Specifies the behaviour of connection pool.

Server (inherited from TCustomDAConnection)

Serves to supply the server name for login.

ServerVersion

Holds the version of MySQL server.

ThreadId

Used to return the thread ID of the current connection.

Username (inherited from TCustomDAConnection)

Used to supply a user name for login.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback